github.com/klauspost/compress/zstd.encoderState.w (field)
16 uses
github.com/klauspost/compress/zstd (current package)
enc_jobs.go#L201: _, err := e.state.w.Write(job.output)
enc_jobs.go#L267: n2, s.err = s.w.Write(s.current)
enc_jobs.go#L297: n2, s.err = s.w.Write(dst)
encoder.go#L45: w io.Writer
encoder.go#L152: s.w = w
encoder.go#L306: n2, s.err = s.w.Write(s.current)
encoder.go#L333: n2, s.err = s.w.Write(dst)
encoder.go#L353: _, s.err = s.w.Write(blk.output)
encoder.go#L380: _, s.err = s.w.Write(blk.output)
encoder.go#L432: _, s.writeErr = s.w.Write(blk.output)
encoder.go#L597: if s.w == nil {
encoder.go#L633: _, s.err = s.w.Write(s.encoder.AppendCRC(tmp[:0]))
encoder.go#L644: _, s.err = s.w.Write(frame)
encoder.go#L662: if s.w == nil {
encoder.go#L696: _, s.err = s.w.Write(s.encoder.AppendCRC(tmp[:0]))
encoder.go#L707: _, s.err = s.w.Write(frame)
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |